equals

open fun equals(o: Any): Boolean(source)

Checks the two objects for equality by delegating to their respective equals methods.

Return

true if the underlying objects of the Pair are both considered equal

Parameters

o

the Pair to which this one is to be checked for equality